projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92bcf9
)
(calendar-date-style): Remove autoload cookie.
author
Glenn Morris
<rgm@gnu.org>
Tue, 8 Apr 2008 07:31:13 +0000
(07:31 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 8 Apr 2008 07:31:13 +0000
(07:31 +0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index fd2ac255498517f381546a6a7645d86a5f9dcab3..716215d074f18242c7a5a27d601edf9280541dff 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-497,8
+497,7
@@
calendar package is already loaded). Rather, use either
;;;###autoload
(make-obsolete-variable 'european-calendar-style 'calendar-date-style "23.1")
-;; Used by various other packages.
-;;;###autoload
+;; If this is autoloaded, c-d-s gets set before any customization of e-c-s.
(defcustom calendar-date-style (if european-calendar-style 'european
'american)
"Your preferred style for writing dates.